home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / doc / www_talk.arc / 000389_timbl@www3.cern.ch _Tue Nov 24 11:11:47 1992.msg < prev    next >
Internet Message Format  |  1992-11-30  |  2KB

  1. Return-Path: <timbl@www3.cern.ch>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA19592; Tue, 24 Nov 92 11:11:47 MET
  4. Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
  5.     id AA25846; Tue, 24 Nov 92 11:24:29 +0100
  6. Received: by www3.cern.ch (NX5.67c/NX3.0S)
  7.     id AA03320; Tue, 24 Nov 92 11:19:44 +0100
  8. Date: Tue, 24 Nov 92 11:19:44 +0100
  9. From: Tim Berners-Lee <timbl@www3.cern.ch>
  10. Message-Id: <9211241019.AA03320@www3.cern.ch>
  11. Received: by NeXT.Mailer (1.87.1)
  12. Received: by NeXT Mailer (1.87.1)
  13. To: jim@wilbur.njit.edu (Jim Whitescarver)
  14. Subject: Re: ScreenMode binaries, man page reader, experimental server
  15. Cc: www-talk@nxoc01.cern.ch
  16. Reply-To: timbl@nxoc01.cern.ch
  17.  
  18.  
  19. >  Date: Sat, 21 Nov 92 17:32:08 est
  20. >  From: jim@wilbur.njit.edu (Jim Whitescarver)
  21.  
  22. >  Much of our hypertext, including the manual
  23. >  pages, will not be formatted properly unless you use one of our readers,
  24. >  or another reader modifies to support <PRE>.
  25. >  
  26.  
  27. >  The preformatted tag, PRE, unlike <PLAINTEXT>, allows anchors etc. to be 
  28.  
  29. >  inserted in text that is already formatted.  It greatly simplifies the
  30. >  task of importing text from independant applications will anchors
  31. >  everywhere you want them.  In addition, we have a set of macros for
  32. >  MS-word which allow editing HTML in WYSIWYG fashion, but this also
  33. >  requires support of the preformatted tag in HTML.
  34. >  
  35.  
  36. >  Al Leurck (al@eies2.njit.edu) developed the PRE tag and MS-word macros
  37. >  here in the ScreenMode interface and we are adding it to the tkWWW X
  38. >  interface.
  39.  
  40. The <PRE> tag is important, and much better SGML than the XMP tag.
  41. I suggest that editors (including the NeXTStep editor, which I propose
  42. to fix) which read <XMP> should save <PRE>.  I have only one
  43. misgiving abou the format as is, and that is that newlines are
  44. significant.
  45.  
  46. When you allow anchors and other tags to be put into the text, the
  47. lines can become very long, and most applications will want to keep them
  48. limited for mailing, viewing, etc.  As the PRE files you have
  49. currently include <P> tags for blank lines, why not put a <p>
  50. at the end of every line? This would make the processing of <PRE>
  51. almost identical to the default text processing, except for the font.
  52.  
  53. I also wonder whether FIXED might be more apt than PRE.
  54.  
  55. If we can agree on this element we could rush it into Dan's DTD for MIME
  56. and fix all outstanding browers?
  57.  
  58. Any comments?
  59.  
  60.     Tim BL
  61.  
  62.  
  63.